home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Rokusho.bin / pc / assets / rokusho.dxr / 00047_Script_47 < prev    next >
Text File  |  2001-12-07  |  390b  |  16 lines

  1. property mysprite
  2. global scorez
  3.  
  4.  
  5. on beginsprite me
  6.   set mysprite to the spritenum of me
  7. --  
  8. --  if scorez >= 50 then
  9.     set the member of sprite mysprite = ("welldone_gold")
  10. --  else if scorez >=50 and scorez <=99 then
  11. --    set the member of sprite mysprite = ("welldone_silver")
  12. --  else
  13. --    set the member of sprite mysprite = ("welldone_bronze")
  14. --  end if
  15. --  
  16. end